home *** CD-ROM | disk | FTP | other *** search
- /* indent:4 tabsize:8 font:fixed-width */
-
-
- /*---------------------------------------------------------------------------
- | ---------------------------------------------------------------------------
- |
- | FTDrawDelegate : Object
- |
- | ----------------------------------------------------------------------------
- \----------------------------------------------------------------------------*/
-
- #import <appkit/appkit.h>
-
- @interface FTDrawDelegate:Object
- {
- id discardPileView;
- }
-
- /*----------------------------------------------------------------------------
- |
- | CardPileView delegation methods
- |
- \---------------------------------------------------------------------------*/
-
- - setDiscardCardPileView:theView;
- - clickedCard:aCard in:drawCardPileView;
-
- @end